Properly deinitialize directory cursors on closedir
authorPo Lu <luangruo@yahoo.com>
Sun, 12 May 2024 12:24:19 +0000 (20:24 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 12 May 2024 12:24:19 +0000 (20:24 +0800)
commit86d196c71d763ae81229e7e1eb2c6e37d0456f06
treecdd109f0c88de58606399efe977b18fd844cf3c8
parentea98a6af2f30eccfed3e152149c6a039bd16ff33
Properly deinitialize directory cursors on closedir

* src/androidvfs.c (android_saf_tree_closedir): Call
cursor.close, for deleting the local reference to enable its
garbage collection is not sufficient to release all related
resources.
src/androidvfs.c